projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c43fc1b
)
(wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with
author
Pavel Janík
<Pavel@Janik.cz>
Fri, 16 Nov 2001 22:50:51 +0000
(22:50 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Fri, 16 Nov 2001 22:50:51 +0000
(22:50 +0000)
argument.
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 26fd3923ff0308a63bc0a1bc39d1c1678550b508..69dad606e86ed95d0f78f1da87e048bf23ac68ab 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-2029,7
+2029,7
@@
wait_for_kbd_input ()
/* No timing error: wait for flag to be set. */
set_waiting_for_input (0);
SYS$WFLOR (input_ef, input_eflist);
- clear_waiting_for_input (
0
);
+ clear_waiting_for_input ();
if (!detect_input_pending ())
/* Check for subprocess input availability */
{